Skip to main content

Reply To Mail

Replies to an email message.

Input

  • Message: The email message to reply to
    • Type: Microsoft.Graph.Message
    • Required

Options

  • Is Draft: Specifies whether the message should be saved as draft instead of being sent.
    • Type: System.Boolean
  • Reply To All: If checked, it sends the reply message to all the recipients of the initial email.
    • Type: System.Boolean
  • Importance: The importance of the mail message.
    • Type: System.Int32
    • Dropdown Options:
      • Low
      • Normal
      • High

Attachments

  • Attachments Collection: An additional list of files attached to the message.
    • Type: System.Collections.Generic.IEnumerable<System.String>

Email

  • Body: The body of the email
    • Type: System.String
  • New Subject: The new subject of the email
    • Type: System.String

Recipients

  • Add BCC: Additional hidden recipients of the email
    • Type: System.String[]
  • Add CC: Additional secondary recipients of the email
    • Type: System.String[]
  • Add To: Additional primary recipients of the email.
    • Type: System.String[]

Details

  • It must be embedded within the scope of Microsoft Office 365 to be usable.